home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / com / internet / nos / nos-ppp / spool / news / snews.rc < prev   
Text File  |  1995-05-21  |  7KB  |  259 lines

  1. #  THIS IS AN EXAMPLE CONFIGURATION FILE AND IT MUST BE EDITED BEFORE
  2. #                  USING IT FOR YOUR OWN SYSTEM !!!
  3. #
  4. # Configuration parameters for SNEWS for KA9Q.  Amend this to suit your
  5. # own setup.  The fields surrounded by angle brackets (<>) are
  6. # placeholders - you must fill in the correct details (*without* angle
  7. # brackets).  This file should live in the news base directory as
  8. # defined by the SNEWS environment variable.
  9. #
  10. # There are a condiderable number of comments (lines preceeded by '#')
  11. # in this file. They are not needed by Snews and provided as a means
  12. # of documenting this sample file. If they are removed it will speed up
  13. # the loading of Snews (slightly).
  14. #
  15. # newsserver
  16. # The fully qualified domain name of your news server.
  17. #
  18. newsserver=news.sct.fr
  19. #
  20. # nodename
  21. # The name of your host.
  22. #
  23. nodename=castanid
  24. #
  25. # newsdir
  26. # The full path to the directory where incoming articles are
  27. # spooled.
  28. #
  29. newsdir=\nos\spool\articles
  30. #
  31. # domain
  32. # The name of the domain of which your host is part.
  33. #
  34. domain=worldnet.net
  35. #
  36. # tempdir
  37. # The full path of your temporary directory.
  38. #
  39. tempdir=\nos\tmp\
  40. #
  41. # userid
  42. # Your user name.
  43. #
  44. userid=castanid
  45. #
  46. # signature
  47. # The name of your signature file.
  48. #
  49. signature=spool\news\castanid.sig
  50. #
  51. # name
  52. # Your full name.
  53. #
  54. name=Damien Castanier
  55. #
  56. # organization
  57. # Your organization's name.
  58. #
  59. organization=falcon rule
  60. #
  61. # editor
  62. # The path to your editor program (plus any flags required).  Put "%s"
  63. # where the name of the file to be edited should go.
  64. # NB: the single quotes are required by MKS ksh.  They may not be
  65. # required by other shells.
  66. #
  67. # For example Brief ...
  68. #editor=b %s
  69. # or using TED ...
  70. editor=\nos\gnome.ttp %s
  71. #
  72. # editline
  73. # The parameters that need are passed to the editor to place the cursor
  74. # at a specified line. Put "%d in the string at the point where the actual
  75. # line number should appear. Omit this item if your editor does not support
  76. # such a command.
  77. #
  78. # For example using Brief ...
  79. #editline=-m"goto_line %d"
  80. editline=
  81. # Ted does not support this option.
  82. #
  83. # home
  84. # The full path of your home directory (used to find your signature file).
  85. #
  86. home=\nos
  87. #
  88. # mailqueue
  89. # The full path of the ka9q outbound mail spool directory.
  90. #
  91. mailqueue=\nos\spool\mqueue
  92. #
  93. # quotemark
  94. # The line prefix for quoting included articles
  95. #  If the '_' (underscore character) is placed in this item, it is 
  96. #  converted to a space when quoting.
  97. #
  98. quotemark=>_
  99. #
  100. # biosvideo
  101. # biosvideo=1 to force video access via the Bios Int10 (slow but reliable)
  102. #
  103. biosvideo=0
  104. #
  105. # colour
  106. # Colour Settings for Snews 1.9 (DIS 1.18) or later
  107. colour helpf yellow+
  108. colour helpb black
  109. colour textf white
  110. colour textb black
  111. colour headf blue
  112. colour headb white
  113. colour msgf red
  114. colour msgb cyan
  115. #
  116. # replyto
  117. # The mail address for replies mailed in answer to a posting
  118. #
  119. replyto castanid@falcon.sct.fr
  120. #
  121. # The name of the pseudo user that will receive the news posting log.
  122. # Leave blank or set to none for no local copy.
  123. #
  124. # The default for this item is "newspost" if no mailuser line is found
  125. # in snews.rc
  126. #
  127. # If you leave this item blank, or set it to the word 'none' no copies
  128. # of outgoing news posts are kept.
  129. #mailuser=
  130. #mailuser=none
  131. #
  132. # I keep my outgoing posts in a mail user ID of 'postlog'.
  133. mailuser=postlog
  134. #
  135. # The name of the pseudo user that will receive a copy of all outgoing mail.
  136. # Leave blank or set to none for no local copy.
  137. #
  138. # The default for this item is "outmail" if no mailuser line is found
  139. # in snews.rc
  140. #
  141. # If you leave this item blank, or set it to the word 'none' no copies
  142. # of outgoing mail items are kept.
  143. #maillog=
  144. #maillog=none
  145. #maillog=
  146. #
  147. # I keep my outgoing posts in a mail user ID of 'outmail'.
  148. #maillog=outmail
  149. #
  150. # The name of the pseudo user that will receive news extracts.
  151. # If not specified, this item defaults to 'snewsex'
  152. #
  153. extracts=extracts
  154. #
  155. # Post
  156. # The option to add news generated locally to your newsbase without
  157. # waiting for them to sent back from demon. If there is no 'post='
  158. # item in this file, no local copy is generated.
  159. #
  160. # Local copies when enabled also update the history files to prevent the
  161. # article being fetched from Demon at a later time.
  162. #
  163. # This option can be extended by adding /read to indicate that all
  164. # locally posted articles are to be marked as read immediately on posting
  165. #
  166. # i.e. post=local      - post articles locally but mark them unread.
  167. #      post=local/read - post articles locally and mark as read.
  168. #
  169. #post=local/read
  170. post=local
  171. #post=
  172. #
  173. # newsid
  174. # The name of the pseudo user to whom mail is sent for posting in the
  175. # newsgroups. This item defaults to mail2news and is only provided for
  176. # insurance against possible future changes.
  177. #
  178. newsid=mail2news
  179. #
  180. # exitconfirm
  181. # If this item is set to 1, Snews will prompt before exiting to DOS.
  182. #
  183. # e.g.
  184. # exitconfirm=1   - to prompt
  185. # exitconfirm=0   - to not prompt (default if not set otherwise)
  186. #
  187. # expert mode
  188. # If this item is set to 1, it changes the behaviour of Snews as follows:
  189. #   No confirmation prompts are asked to queries for marking articles
  190. #   as read or unread.
  191. #   Outgoing articles and Mail are presented to the editor complete with
  192. #   header and footer information. Anything can be edited before sending.
  193. #
  194. # If expert is ommitted from this file, or set to 0, behaviour is similar
  195. # to previous versions of Snews.
  196. #
  197. # expert=1        - to use expert mode
  198. # expert=0        - to use standard mode (default if not set)
  199. #
  200. expert=0
  201. #
  202. #
  203. #
  204. # aliasfile
  205. #
  206. # The fully qualified file name of an alias file in PCElm format.
  207. # If present, mail names are checked against the contents of the
  208. # first item on each line of this file. If a match is found the
  209. # remainder of the line is substituted. Aliases are not expanded
  210. # recursively. At the present time, only names entered to a specific
  211. # prompt in Snews are checked for aliases. Names entered in the editor
  212. # are not checked on exit.
  213. #
  214. aliasfile=\nos\alias
  215. #
  216. #
  217. # tab
  218. #
  219. # The action to be taken by the TAB key when reading news.
  220. # If present and set to off, the action of the tab key will be
  221. # that of snews 1.21 and older. If not present, or set to on TAB
  222. # will have the function of allowing new articles to be read by
  223. # using only the TAB key.
  224. #
  225. tab=on
  226. #
  227. # headers
  228. #
  229. # The default value to determine if when quoting an article, header
  230. # lines from the quoted article are included when a quoted article is
  231. # included. To include the header lines in quoted articles, this item
  232. # should be set to on. 
  233. #
  234. # headers=on
  235. #
  236. # This item defaults to not quoting headers if it is not present in
  237. # this file.
  238. #
  239. headers=off
  240. #
  241. # matchlength
  242. #
  243. # This item determines how the subject threading is handled. By default
  244. # if a subject is less that 15 characters, the full subject lines must
  245. # match for both articles to be considered to be the same thread.
  246. # If the subjects are both longer that 15 characters, then the match
  247. # is only performed for the shorter of the two subjects.
  248. #
  249. # matchlength allows this default of 15 to be changed.
  250. #
  251. # Special cases:
  252. #     128 - both subjects must be an exact match.
  253. #      -1 - Subjects will never match.
  254. #
  255. matchlength=15
  256. #
  257. #END OF FILE
  258.  
  259.